Blazor コントロール
SortAsync<T>(IDataCollection<T>,SortDescription[],CancellationToken) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > SortAsync メソッド : SortAsync<T>(IDataCollection<T>,SortDescription[],CancellationToken) メソッド
The data collection.
The sort descriptions that determine how the data will be sort.
The cancellation token.
Sorts the data collection according to the specified sort descriptions.
シンタックス
'宣言
 
Public Overloads Shared Function SortAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal sortDescriptions() As SortDescription, _
   Optional ByVal cancellationToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task SortAsync<T>( 
   IDataCollection<T> dataCollection,
   SortDescription[] sortDescriptions,
   System.Threading.CancellationToken cancellationToken
)
where T: class

パラメータ

dataCollection
The data collection.
sortDescriptions
The sort descriptions that determine how the data will be sort.
cancellationToken
The cancellation token.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧